fix to gtk_clist_set_reorderable(). It reorders rows, not columns. From
authorDamon Chaplin <damon@helixcode.com>
Tue, 7 Mar 2000 18:03:35 +0000 (18:03 +0000)
committerDamon Chaplin <damon@src.gnome.org>
Tue, 7 Mar 2000 18:03:35 +0000 (18:03 +0000)
2000-03-07  Damon Chaplin  <damon@helixcode.com>

        * gtk/tmpl/gtkclist.sgml: fix to gtk_clist_set_reorderable(). It
        reorders rows, not columns. From Guy Harris <gharris@flashcom.net>.

docs/reference/ChangeLog
docs/reference/gtk/tmpl/gtkclist.sgml

index 340b8742e09fb8236b35af1d2f7a7f9be284be5c..85cb8eb31d3c75b78ea39273984bb08d62943950 100644 (file)
@@ -1,3 +1,8 @@
+2000-03-07  Damon Chaplin  <damon@helixcode.com>
+
+       * gtk/tmpl/gtkclist.sgml: fix to gtk_clist_set_reorderable(). It
+       reorders rows, not columns. From Guy Harris <gharris@flashcom.net>.
+
 2000-02-29  Damon Chaplin  <damon@helixcode.com>
 
        * gtk/tmpl/gtkmenuitem.sgml: minor fix from Nicolas GEORGE
index bd1ed6cc3b7767dbbd649573e0107fb275305e7c..12adbd8cdd247e70492edd978022b6d78887ee3d 100644 (file)
@@ -1111,7 +1111,7 @@ aspect of the #GtkCList widget.
 
 <!-- ##### FUNCTION gtk_clist_set_reorderable ##### -->
 <para>
-Sets whether the CList's columns are re-orderable.
+Sets whether the CList's rows are re-orderable using drag-and-drop.
 </para>
 
 @clist: The #GtkCList to affect.